home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
interfac
/
it.dig
/
scripts
/
DefineButton2_278
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2010-11-09
|
1KB
|
31 lines
on(release){
if(_root.descri.comando.text == "shellopen")
{
_root.descri.instalar_mc.gotoAndStop("Abrir");
getURL("FSCommand:SHELLOPEN","%org%" + this.caminho.text);
}
else if(_root.descri.comando.text == "LINK")
{
_root.descri.instalar_mc.gotoAndStop("URL");
getURL(this.caminho.text,"");
}
else if(_root.descri.comando.text == "PDF")
{
_root.descri.instalar_mc.gotoAndStop("PDF");
getUrl("FSCommand:Browser.SetPos", "1,77");
getUrl("FSCommand:Browser.SetSize", "790,453");
getURL("FSCommand:Browser.SetURL",_level0.startdir + this.caminho.text);
fscommand("Browser.Open");
}
else if(_root.descri.comando.text == "EXECUTAR")
{
_root.descri.instalar_mc.gotoAndStop("EXECUTAR");
getURL("FSCommand:Run.app","%org%" + this.caminho.text);
}
else
{
_root.descri.instalar_mc.gotoAndStop("INSTALAR");
getURL("FSCommand:RUN.APP","%org%" + this.caminho.text);
}
}